This is BUAN B493-W51 - Business Analytics Using Python
Also known as- Data Science for Business using Python
Love to know your motivation to take this course
from IPython.display import Image
Image('https://docs.microsoft.com/en-us/azure/machine-learning/team-data-science-process/media/overview/tdsp-lifecycle2.png')
</font>
#@title
from IPython.display import Image
Image("https://www.kdnuggets.com/wp-content/uploads/machine-learning-AI-1.png")
More details in this article
Analysis refers to the process of segmenting your problem into easily digestible chunks that you can study individually and examine how they relate to each other.
Analytics, on the other hand, is the application of logical and computational reasoning to the component parts obtained in an analysis. And in doing that one is looking for patterns and often exploring what she could do with them in the future.
#@title
from IPython.display import Image
link= 'https://raw.githubusercontent.com/sdhar-pycourse/py-datascience-biz/main/images/coverage.png'
Image(link)
#@title
link= 'https://i2.wp.com/r4stats.com/wp-content/uploads/2019/05/Fig-1a-IndeedJobs-2019-1.png'
from IPython.display import Image
Image(link)
“Python is now also the language of amateurs, and I mean that in the best possible way.” —Guido van Rossum
On Quora brief history of evolution of Python as a scientific language of choice
Python has a good REPL and new modules can be explored from the REPL with dir() and docstrings. That's one reason to prefer Python over C, C++, or Java.
The Python community invested in the mid-1990s in Numeric, an "extension to Python to support numeric analysis as naturally as Matlab does"
All programming and analysis assignment are to be submitted as google colab file.
When you submit the assignments please make sure the following:
Naming convetion of submission:
week<number>_<partnumber>_<student name>_<student number>.ipynb
number: week number that the assignment was assigned
partnumber: Usually 1, but depends on the final assignment
student name: Name or alias as you may hve in LORA
student number: Your Loyola Student number [not any parts of SS#]
The course is to be taught using Google Colab. You don't need a development environment on your personal computer.
However, anyone who wants a environment on their personal computers may refer to the following links. The first option is closer to the development environment to be used in the class.
Installing Python IDE on your desktops: